-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Show personal Usage page #12771
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Show personal Usage page #12771
Conversation
/werft run 👍 started the job as gitpod-build-at-usage-view.1 |
... it still remains navigatable.
I pushed a second commit to disable the |
@@ -0,0 +1,47 @@ | |||
/** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file is almost identical to src/teams/TeamUsage.tsx
. Can we use one in both places?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@andrew-farries, I think there are two options, having the entry points separate (like now) and computing the props depending without consideration of location, or we merge, and need to sort out, what's meaningful inside of a single component depending on the location.
I'd prefer to go with the current state, just to avoid the complexity of properly creating the props for <UsageView />
.
Description
This PR reuses the existing Usage page to show personal usage.
Related Issue(s)
First part of #12686 (adding the Usage page "as is")
How to test
🤷🏻
No idea yet how to attribute personal account.
Release Notes
Documentation
Werft options: